SYNTAX:
LCD_SET_SWITCH(ADC=OFF/ON, RVS=OFF/ON, ACTIVE_LOAD=OFF/ON [,WAIT=x] );
DESCRIPTION:
Set the ADC, RVS, ACTIVE_LOAD switch on(close) or off(open).
REQUIRED ARGUMENT:
PARA1: ADC=OFF/ON
ON = close ADC switch , OFF = open ADC switch.
PARA2: RVS=OFF/ON
ON = close RVS switch , OFF = open RVS switch.
PARA3: ACTIVE_LOAD=OFF/ON
ON = close ACTIVE_LOAD switch , OFF = open ACTIVE_LOAD switch.
EXAMPLE:
LCD_SET_SWITCH(ADC=ON, RVS=OFF, ACTIVE_LOAD=ON);